Show AllShow All

AVERAGEA

See Also

Calculates the average (arithmetic mean) of the values in the list of arguments. In addition to numbers, text and logical values such as TRUE and FALSE are included in the calculation.

Syntax

AVERAGEA(value1,value2,...)

Value1, value2, ...    are 1 to 30 cells, ranges of cells, or values for which you want the average.

Remarks

ShowTip

Example

The example may be easier to understand if you copy it to a blank worksheet.

ShowHow?

 
1
2
3
4
5
6
7
A
Data
10
7
9
2
Not available
Formula Description (Result)
=AVERAGEA(A2:A6) Average of the numbers above, and the text "Not Available". The cell with the text "Not available" is used in the calculation. (5.6)
=AVERAGEA(A2:A5,A7) Average of the numbers above, and the empty cell. (7)